home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
steppenw.swf
/
scripts
/
DefineButton2_1089
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2008-11-12
|
264b
|
17 lines
on(press){
TexteMail.scroll -= 1;
tellTarget("../FlechesRoue")
{
gotoAndStop("Up");
}
set("/Variables:Scroll",-1);
tellTarget("ControlScroll")
{
play();
}
tellTarget("../RoueScroll")
{
play();
}
}